﻿@charset "UTF-8";
/*初始化css*/
body {
  /*min-width:1100px;font-family:"Microsoft Yahei";color: #333;*/
} /*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
input {
  margin: 0;
  padding: 0;
  outline: none;
}
li {
  list-style: none;
}
a,
ins {
  text-decoration: none;
}
*:focus {
  outline: none;
}
a {
  color: inherit;
} /*颜色根据通用信息列表的文字颜色决定*/
.more a {
  color: #999;
} /*颜色根据通用更多的文字颜色决定*/
/*a:hover{color:#1c5bb8;}*/ /*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
  color: #1c5bb8;
} /*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}
input {
  font-family: "Microsoft Yahei";
}

/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
html,
body {
  width: 100%;
}
.g_container {
  width: 1200px;
  margin: 0 auto;
}

/* 通用头部样式开始 */

/* 通用头部样式结束 */

/* 主体内容开始 */
.g_main {
  padding: 10px 0;
  background-color: #f9f9f9;
  background-image: url(home_bg_0.png), url(home_bg_1.png);
  background-position: left top, left bottom;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, 100% auto;
}
.g_main .g_container {
  background-color: #fff;
  padding: 22px 0 30px;
  position: relative;
}

/* section1样式开始 */
.section1 {
  margin-bottom: 30px;
  padding: 0 30px;
}
.section1 h1 {
  font-size: 30px;
  font-weight: bold;
  color: #4174cc;
  text-align: center;
  margin-bottom: 20px;
}
.s1_briefIntro {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  position: relative;
  max-height: 60px;
  overflow: hidden;
}
.s1_briefIntro ins {
  display: none;
  background-color: #fff;
  width: 20px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 97px;
}
.s1_briefIntro a {
  background-color: #fff;
  width: 97px;
  color: #e4394d; /*position: absolute;bottom: 0;right: 0;*/
}
/* section1样式结束 */

/* section2样式开始 */
.section2 {
  padding: 0 30px;
}
.my-swiper {
  width: 554.66667px;
  height: 380px;
  position: relative;
  float: left;
}
.my-swiper ul {
  padding: 0;
  margin: 0;
}
.swiper-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-item a img {
  width: 100%;
  height: 100%;
}
.swiper-item a span {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  padding: 0 15% 0 20px;
  background: url(home_icon_11.png) repeat-x 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-pagination {
  position: absolute;
  box-sizing: border-box;
  text-align: right;
  bottom: 15px;
  font-size: 0;
  width: 100%;
}
.my-pagination .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}
.my-pagination .swiper-active-switch {
  width: 25px;
}

.s2_right {
  width: 554.66667px;
  height: 380px;
  overflow: hidden;
}
.s2r_title {
  height: 34px;
  border-bottom: 2px solid #cfd2d4;
  font-size: 20px;
  color: #000;
}
.s2r_title h4 {
  height: 34px;
  margin-right: 20px;
  float: left;
  line-height: 100%;
}
.s2r_title h4.active {
  font-weight: bold;
  color: #4174cc;
  border-bottom: 2px solid #4174cc;
}
.s2r_more {
  float: right;
}
.s2r_title a {
  color: inherit;
}

.s2r_newsLists {
  height: 338px;
  overflow: hidden;
  margin-bottom: 9px;
  margin-top: 5px;
}
.s2r_part {
  width: 100%;
  position: relative;
}
.s2r_part li {
  width: 100%;
  line-height: 21px;
  color: #000;
  padding-left: 16px;
  background: url(home_icon_1.png) no-repeat 0 8px;
  position: relative;
  padding-bottom: 11px;
}
.s2r_part li:hover a {
  color: #4174cc;
}
.s2r_part li:hover span {
  color: #000;
}
.s2r_part li a {
  width: 100%;
  color: inherit;
  display: block;
  font-size: 16px;
  position: relative;
}
.s2r_part li ins {
  width: 24px;
  height: 36px;
  background-color: #fff;
  position: absolute;
  right: 0;
}
.s2r_part li span {
  /*display: inline-block;*/
  font-size: 13px; /*position: absolute;right: 0;bottom: 0;*/
  margin-left: 1em;
}

.s2r_notice {
  width: 100%;
  height: 80px;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  padding: 10px 20px 0 68px;
  background: url(home_bg_1.jpg) no-repeat left top; /*background-image: url(home_icon_1.png), url(home_bg_0.jpg);background-repeat: no-repeat, no-repeat;background-position: 52px center, 0 0;background-size: 6px 6px, 100%;*/
  overflow: hidden; /*background: #f3f3f3\0;*/
}
.s2r_notice > div {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.s2r_notice a {
  color: inherit;
  display: block;
}
.s2r_notice a:hover {
  color: #4174cc;
}
.s2r_notice a ins {
  width: 31px;
  height: 30px;
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  top: 30px;
  display: none;
}
/* section2样式结束 */

/* section3样式开始 */
.section3 {
width: 100%;
  margin: 10px 0 0px;
  padding: 0 30px;
}

.mr0 {
  margin-right: 0 !important;
}
/* section3样式结束 */

/* section4样式开始 */
.s4_part {
  /*margin-bottom: 15px;*/
  padding: 15px 30px;
}
.s4_part > div {
  width: 555px;
}
.s4_title {
  padding-left: 20px;
  background: url(home_bg_3.jpg) repeat-x 0 center;
  height: 30px;
  line-height: 30px;
}
.s4_title:after {
  content: "";
  display: block;
  clear: both;
}
.s4_title h4 {
  float: left;
  padding: 0 10px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #4174cc;
}
.s4_title a {
  float: right;
  padding-left: 12px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
}
.s4_newsContent {
  width: 100%;
  height: 173px;
  overflow: hidden;
  margin-top: 9px;
}
.s4_newsList {
  width: 100%;
  position: relative;
}
.s4_newsList li {
  padding-left: 16px;
  background: url(home_icon_1.png) no-repeat 0 11px;
  color: #000;
  line-height: 21px;
  position: relative;
  padding-bottom: 11px;
}
.s4_newsList li:hover a {
  color: #4174cc;
}
.s4_newsList li:hover a {
  color: #000;
}
.s4_newsList li a {
  width: 100%;
  color: inherit;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.s4_newsList li ins {
  width: 24px;
  height: 36px;
  background-color: #fff;
  position: absolute;
  right: 0;
}
.s4_newsList li span {
  /*display: inline-block;*/
  font-size: 13px; /*position: absolute;right: 0;bottom: 0;*/
  margin-left: 1em;
}
.s4_part_bg {
  background: url(home_bg_0_0.jpg) no-repeat center center;
}
.s4_part_bg .s4_title h4 {
  background-color: #f2f6fc;
}
.s4_part_bg .s4_title a {
  background-color: #f2f6fc;
}
.s4_part_bg .s4_newsList li ins {
  background-color: #f2f6fc;
}

/* section4样式结束 */

/* section5样式开始 */
.section5 {
  padding: 0 30px;
}
.s5_part {
  margin: 20px 0 25px;
  margin-bottom: 0px;
}
.s5_part li {
  float: left;
  width: 285px;
  font-size: 16px;
  color: #000;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 20px;
}
.s5_part li img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
  vertical-align: top;
}
.s5_part li a {
  color: inherit;
}
.s5_part li a:hover {
  color: #4174cc;
}
/* section5样式结束 */

/* section6开始 */
.section6 {
  padding: 0 30px;
}
.section6 > div {
  width: 555px;
}
.s6_interaction {
  border-left: 1px solid #c8c8c8;
  margin: 20px 0;
}
.s6_interaction li {
  float: left;
  width: 25%;
  font-size: 16px;
  color: #000;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #c8c8c8;
}
.s6_interaction li img {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
}
.s6_interaction li a {
  color: inherit;
}
.s6_interaction li a:hover {
  color: #4174cc;
}
.s6_msg {
  width: 100%;
  height: 116px;
}
.s6_msg img {
  width: 100%;
  height: 100%;
}
/* section6结束 */

/* section7开始 */
.section7 {
  margin-top: 15px;
  padding: 0 30px;
}
.s7_warp {
  position: relative;
  margin-top: 20px;
}
.s7_swiper {
  height: 70px;
  width: 1080px;
}
.s7_item {
  width: 216px;
  height: 70px;
  padding: 0 2px;
  box-sizing: border-box;
}
.s7_item img {
  width: 100%;
  height: 100%;
}
.s7_btn {
  width: 30px;
  height: 70px;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.s7_leftBtn {
  left: 0;
  background: url(home_icon_13.png) no-repeat center center;
  background-size: 30px 30px;
}
.s7_rightBtn {
  right: 0;
  background: url(home_icon_12.png) no-repeat center center;
  background-size: 30px 30px;
}

.s7w_links {
  width: 262px;
  height: 42px;
  line-height: 40px;
  margin-right: 30.66667px;
  float: left;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  background: url(home_icon_slidedown.png) no-repeat 242px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #efefef;
  cursor: pointer;
}
.s72_linkList {
  background-color: #e1e9f7;
  position: absolute;
  bottom: 46px;
  width: 100%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  max-height: 420px;
  height: auto;
  display: none;
}
.s72_linkList li {
  float: left;
  width: 25%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.s72_linkList li a {
  color: inherit;
}
/* section7结束 */

/* 侧边导航样式开始 */
.side_nav {
  width: 100px;
  background-color: #e1e9f7;
  position: absolute;
  top: 0;
  padding: 13px 0;
  left: -100px;
}
.side_nav li {
  font-size: 18px;
  color: #000;
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side_nav li a {
  color: inherit;
}
.side_nav li a:hover {
  color: #4174cc;
}
/* 侧边导航样式结束 */

/* 右边微信样式开始 */
.g_wx {
  width: 132px;
  position: absolute;
  top: 100px;
  right: -152px;
  text-align: center;
}
.g_wx img {
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}
.g_wx p {
  font-size: 12px;
  color: #000;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
/* 右边微信样式结束 */
/* 主体内容结束 */

/* 通用底部开始 */

/* 通用底部结束 */



.section8 {
  margin-top: 15px;
  padding: 0 30px;
}
.section8 ul li {
  /* float: left; */
  width: 555px;
  height: 69px;
}
